<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20D_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20D_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20D_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20D_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20D_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20D_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20D_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | D - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96446" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2599016&nbsp;ADRIA CARMOSINA FERREIRA DA SILVA LIMA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="2599016" type="hidden"></td>
            
            <td id="colunaNotaAluno_2599016_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_154" id="ci_AlunoAvaliacao_2599016_154" value="99368565" type="hidden">
                <input name="nr_Nota_2599016_154" id="nr_Nota_2599016_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_160" id="ci_AlunoAvaliacao_2599016_160" value="99804965" type="hidden">
                <input name="nr_Nota_2599016_160" id="nr_Nota_2599016_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_530" id="ci_AlunoAvaliacao_2599016_530" value="99445600" type="hidden">
                <input name="nr_Nota_2599016_530" id="nr_Nota_2599016_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_780" id="ci_AlunoAvaliacao_2599016_780" value="99042612" type="hidden">
                <input name="nr_Nota_2599016_780" id="nr_Nota_2599016_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_800" id="ci_AlunoAvaliacao_2599016_800" value="99931793" type="hidden">
                <input name="nr_Nota_2599016_800" id="nr_Nota_2599016_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_890" id="ci_AlunoAvaliacao_2599016_890" value="99264222" type="hidden">
                <input name="nr_Nota_2599016_890" id="nr_Nota_2599016_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_970" id="ci_AlunoAvaliacao_2599016_970" value="99043389" type="hidden">
                <input name="nr_Nota_2599016_970" id="nr_Nota_2599016_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_3330" id="ci_AlunoAvaliacao_2599016_3330" value="99367739" type="hidden">
                <input name="nr_Nota_2599016_3330" id="nr_Nota_2599016_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1130" id="ci_AlunoAvaliacao_2599016_1130" value="99369217" type="hidden">
                <input name="nr_Nota_2599016_1130" id="nr_Nota_2599016_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1140" id="ci_AlunoAvaliacao_2599016_1140" value="100123409" type="hidden">
                <input name="nr_Nota_2599016_1140" id="nr_Nota_2599016_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1200" id="ci_AlunoAvaliacao_2599016_1200" value="99803956" type="hidden">
                <input name="nr_Nota_2599016_1200" id="nr_Nota_2599016_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1620" id="ci_AlunoAvaliacao_2599016_1620" value="100095897" type="hidden">
                <input name="nr_Nota_2599016_1620" id="nr_Nota_2599016_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1730" id="ci_AlunoAvaliacao_2599016_1730" value="99044242" type="hidden">
                <input name="nr_Nota_2599016_1730" id="nr_Nota_2599016_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228092&nbsp;AMANDA ELLEN DUARTE CARIOLIANO DA SILVA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1228092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_154" id="ci_AlunoAvaliacao_1228092_154" value="99368566" type="hidden">
                <input name="nr_Nota_1228092_154" id="nr_Nota_1228092_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_160" id="ci_AlunoAvaliacao_1228092_160" value="99804966" type="hidden">
                <input name="nr_Nota_1228092_160" id="nr_Nota_1228092_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_530" id="ci_AlunoAvaliacao_1228092_530" value="99445601" type="hidden">
                <input name="nr_Nota_1228092_530" id="nr_Nota_1228092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_780" id="ci_AlunoAvaliacao_1228092_780" value="99042613" type="hidden">
                <input name="nr_Nota_1228092_780" id="nr_Nota_1228092_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_800" id="ci_AlunoAvaliacao_1228092_800" value="99931794" type="hidden">
                <input name="nr_Nota_1228092_800" id="nr_Nota_1228092_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_890" id="ci_AlunoAvaliacao_1228092_890" value="99264223" type="hidden">
                <input name="nr_Nota_1228092_890" id="nr_Nota_1228092_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_970" id="ci_AlunoAvaliacao_1228092_970" value="99043390" type="hidden">
                <input name="nr_Nota_1228092_970" id="nr_Nota_1228092_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_3330" id="ci_AlunoAvaliacao_1228092_3330" value="99367740" type="hidden">
                <input name="nr_Nota_1228092_3330" id="nr_Nota_1228092_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1130" id="ci_AlunoAvaliacao_1228092_1130" value="99369218" type="hidden">
                <input name="nr_Nota_1228092_1130" id="nr_Nota_1228092_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1140" id="ci_AlunoAvaliacao_1228092_1140" value="100123410" type="hidden">
                <input name="nr_Nota_1228092_1140" id="nr_Nota_1228092_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1200" id="ci_AlunoAvaliacao_1228092_1200" value="99803958" type="hidden">
                <input name="nr_Nota_1228092_1200" id="nr_Nota_1228092_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1620" id="ci_AlunoAvaliacao_1228092_1620" value="100095898" type="hidden">
                <input name="nr_Nota_1228092_1620" id="nr_Nota_1228092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1730" id="ci_AlunoAvaliacao_1228092_1730" value="99044243" type="hidden">
                <input name="nr_Nota_1228092_1730" id="nr_Nota_1228092_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;90227&nbsp;AMANDA SOUSA DE BRITO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="90227" type="hidden"></td>
            
            <td id="colunaNotaAluno_90227_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_154" id="ci_AlunoAvaliacao_90227_154" value="99368567" type="hidden">
                <input name="nr_Nota_90227_154" id="nr_Nota_90227_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_160" id="ci_AlunoAvaliacao_90227_160" value="99804967" type="hidden">
                <input name="nr_Nota_90227_160" id="nr_Nota_90227_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_530" id="ci_AlunoAvaliacao_90227_530" value="99445602" type="hidden">
                <input name="nr_Nota_90227_530" id="nr_Nota_90227_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_780" id="ci_AlunoAvaliacao_90227_780" value="99042614" type="hidden">
                <input name="nr_Nota_90227_780" id="nr_Nota_90227_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_800" id="ci_AlunoAvaliacao_90227_800" value="99931795" type="hidden">
                <input name="nr_Nota_90227_800" id="nr_Nota_90227_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_890" id="ci_AlunoAvaliacao_90227_890" value="99264224" type="hidden">
                <input name="nr_Nota_90227_890" id="nr_Nota_90227_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_970" id="ci_AlunoAvaliacao_90227_970" value="99043391" type="hidden">
                <input name="nr_Nota_90227_970" id="nr_Nota_90227_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_3330" id="ci_AlunoAvaliacao_90227_3330" value="99367742" type="hidden">
                <input name="nr_Nota_90227_3330" id="nr_Nota_90227_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1130" id="ci_AlunoAvaliacao_90227_1130" value="99369219" type="hidden">
                <input name="nr_Nota_90227_1130" id="nr_Nota_90227_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1140" id="ci_AlunoAvaliacao_90227_1140" value="100123411" type="hidden">
                <input name="nr_Nota_90227_1140" id="nr_Nota_90227_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1200" id="ci_AlunoAvaliacao_90227_1200" value="99803959" type="hidden">
                <input name="nr_Nota_90227_1200" id="nr_Nota_90227_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1620" id="ci_AlunoAvaliacao_90227_1620" value="100095899" type="hidden">
                <input name="nr_Nota_90227_1620" id="nr_Nota_90227_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1730" id="ci_AlunoAvaliacao_90227_1730" value="99044244" type="hidden">
                <input name="nr_Nota_90227_1730" id="nr_Nota_90227_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889308&nbsp;ANA CAROLINA ALVES LIMA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="889308" type="hidden"></td>
            
            <td id="colunaNotaAluno_889308_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_154" id="ci_AlunoAvaliacao_889308_154" value="99368568" type="hidden">
                <input name="nr_Nota_889308_154" id="nr_Nota_889308_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_160" id="ci_AlunoAvaliacao_889308_160" value="99804968" type="hidden">
                <input name="nr_Nota_889308_160" id="nr_Nota_889308_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_530" id="ci_AlunoAvaliacao_889308_530" value="99445603" type="hidden">
                <input name="nr_Nota_889308_530" id="nr_Nota_889308_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_780" id="ci_AlunoAvaliacao_889308_780" value="99042615" type="hidden">
                <input name="nr_Nota_889308_780" id="nr_Nota_889308_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_800" id="ci_AlunoAvaliacao_889308_800" value="99931796" type="hidden">
                <input name="nr_Nota_889308_800" id="nr_Nota_889308_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_890" id="ci_AlunoAvaliacao_889308_890" value="99264225" type="hidden">
                <input name="nr_Nota_889308_890" id="nr_Nota_889308_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_970" id="ci_AlunoAvaliacao_889308_970" value="99043392" type="hidden">
                <input name="nr_Nota_889308_970" id="nr_Nota_889308_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_3330" id="ci_AlunoAvaliacao_889308_3330" value="99367743" type="hidden">
                <input name="nr_Nota_889308_3330" id="nr_Nota_889308_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1130" id="ci_AlunoAvaliacao_889308_1130" value="99369220" type="hidden">
                <input name="nr_Nota_889308_1130" id="nr_Nota_889308_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1140" id="ci_AlunoAvaliacao_889308_1140" value="100123412" type="hidden">
                <input name="nr_Nota_889308_1140" id="nr_Nota_889308_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1200" id="ci_AlunoAvaliacao_889308_1200" value="99803960" type="hidden">
                <input name="nr_Nota_889308_1200" id="nr_Nota_889308_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1620" id="ci_AlunoAvaliacao_889308_1620" value="100095900" type="hidden">
                <input name="nr_Nota_889308_1620" id="nr_Nota_889308_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1730" id="ci_AlunoAvaliacao_889308_1730" value="99044245" type="hidden">
                <input name="nr_Nota_889308_1730" id="nr_Nota_889308_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201429&nbsp;ANA KAROLINA MOTA CAVALCANTE
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1201429" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201429_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_154" id="ci_AlunoAvaliacao_1201429_154" value="99368569" type="hidden">
                <input name="nr_Nota_1201429_154" id="nr_Nota_1201429_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_160" id="ci_AlunoAvaliacao_1201429_160" value="99804969" type="hidden">
                <input name="nr_Nota_1201429_160" id="nr_Nota_1201429_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_530" id="ci_AlunoAvaliacao_1201429_530" value="99445604" type="hidden">
                <input name="nr_Nota_1201429_530" id="nr_Nota_1201429_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_780" id="ci_AlunoAvaliacao_1201429_780" value="99042616" type="hidden">
                <input name="nr_Nota_1201429_780" id="nr_Nota_1201429_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_800" id="ci_AlunoAvaliacao_1201429_800" value="99931797" type="hidden">
                <input name="nr_Nota_1201429_800" id="nr_Nota_1201429_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_890" id="ci_AlunoAvaliacao_1201429_890" value="99264226" type="hidden">
                <input name="nr_Nota_1201429_890" id="nr_Nota_1201429_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_970" id="ci_AlunoAvaliacao_1201429_970" value="99043393" type="hidden">
                <input name="nr_Nota_1201429_970" id="nr_Nota_1201429_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_3330" id="ci_AlunoAvaliacao_1201429_3330" value="99367745" type="hidden">
                <input name="nr_Nota_1201429_3330" id="nr_Nota_1201429_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1130" id="ci_AlunoAvaliacao_1201429_1130" value="99369221" type="hidden">
                <input name="nr_Nota_1201429_1130" id="nr_Nota_1201429_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1140" id="ci_AlunoAvaliacao_1201429_1140" value="100123413" type="hidden">
                <input name="nr_Nota_1201429_1140" id="nr_Nota_1201429_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1200" id="ci_AlunoAvaliacao_1201429_1200" value="99803962" type="hidden">
                <input name="nr_Nota_1201429_1200" id="nr_Nota_1201429_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1620" id="ci_AlunoAvaliacao_1201429_1620" value="100095901" type="hidden">
                <input name="nr_Nota_1201429_1620" id="nr_Nota_1201429_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1730" id="ci_AlunoAvaliacao_1201429_1730" value="99044246" type="hidden">
                <input name="nr_Nota_1201429_1730" id="nr_Nota_1201429_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;482518&nbsp;ANA PAULA MOURA COSTA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="482518" type="hidden"></td>
            
            <td id="colunaNotaAluno_482518_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_154" id="ci_AlunoAvaliacao_482518_154" value="99368570" type="hidden">
                <input name="nr_Nota_482518_154" id="nr_Nota_482518_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_160" id="ci_AlunoAvaliacao_482518_160" value="99804970" type="hidden">
                <input name="nr_Nota_482518_160" id="nr_Nota_482518_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_530" id="ci_AlunoAvaliacao_482518_530" value="99445605" type="hidden">
                <input name="nr_Nota_482518_530" id="nr_Nota_482518_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_780" id="ci_AlunoAvaliacao_482518_780" value="99042617" type="hidden">
                <input name="nr_Nota_482518_780" id="nr_Nota_482518_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_800" id="ci_AlunoAvaliacao_482518_800" value="99931798" type="hidden">
                <input name="nr_Nota_482518_800" id="nr_Nota_482518_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_890" id="ci_AlunoAvaliacao_482518_890" value="99264227" type="hidden">
                <input name="nr_Nota_482518_890" id="nr_Nota_482518_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_970" id="ci_AlunoAvaliacao_482518_970" value="99043394" type="hidden">
                <input name="nr_Nota_482518_970" id="nr_Nota_482518_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_3330" id="ci_AlunoAvaliacao_482518_3330" value="99367753" type="hidden">
                <input name="nr_Nota_482518_3330" id="nr_Nota_482518_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1130" id="ci_AlunoAvaliacao_482518_1130" value="99369222" type="hidden">
                <input name="nr_Nota_482518_1130" id="nr_Nota_482518_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1140" id="ci_AlunoAvaliacao_482518_1140" value="100123414" type="hidden">
                <input name="nr_Nota_482518_1140" id="nr_Nota_482518_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1200" id="ci_AlunoAvaliacao_482518_1200" value="99803963" type="hidden">
                <input name="nr_Nota_482518_1200" id="nr_Nota_482518_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1620" id="ci_AlunoAvaliacao_482518_1620" value="100095902" type="hidden">
                <input name="nr_Nota_482518_1620" id="nr_Nota_482518_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1730" id="ci_AlunoAvaliacao_482518_1730" value="99044247" type="hidden">
                <input name="nr_Nota_482518_1730" id="nr_Nota_482518_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;699963&nbsp;ANDREZA ALBUQUERQUE DE SOUSA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="699963" type="hidden"></td>
            
            <td id="colunaNotaAluno_699963_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_154" id="ci_AlunoAvaliacao_699963_154" value="99368571" type="hidden">
                <input name="nr_Nota_699963_154" id="nr_Nota_699963_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_160" id="ci_AlunoAvaliacao_699963_160" value="99804971" type="hidden">
                <input name="nr_Nota_699963_160" id="nr_Nota_699963_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_530" id="ci_AlunoAvaliacao_699963_530" value="99445606" type="hidden">
                <input name="nr_Nota_699963_530" id="nr_Nota_699963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_780" id="ci_AlunoAvaliacao_699963_780" value="99042618" type="hidden">
                <input name="nr_Nota_699963_780" id="nr_Nota_699963_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_800" id="ci_AlunoAvaliacao_699963_800" value="99931799" type="hidden">
                <input name="nr_Nota_699963_800" id="nr_Nota_699963_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_890" id="ci_AlunoAvaliacao_699963_890" value="99264228" type="hidden">
                <input name="nr_Nota_699963_890" id="nr_Nota_699963_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_970" id="ci_AlunoAvaliacao_699963_970" value="99043395" type="hidden">
                <input name="nr_Nota_699963_970" id="nr_Nota_699963_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_3330" id="ci_AlunoAvaliacao_699963_3330" value="99367754" type="hidden">
                <input name="nr_Nota_699963_3330" id="nr_Nota_699963_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1130" id="ci_AlunoAvaliacao_699963_1130" value="99369223" type="hidden">
                <input name="nr_Nota_699963_1130" id="nr_Nota_699963_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1140" id="ci_AlunoAvaliacao_699963_1140" value="100123415" type="hidden">
                <input name="nr_Nota_699963_1140" id="nr_Nota_699963_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1200" id="ci_AlunoAvaliacao_699963_1200" value="99803965" type="hidden">
                <input name="nr_Nota_699963_1200" id="nr_Nota_699963_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1620" id="ci_AlunoAvaliacao_699963_1620" value="100095903" type="hidden">
                <input name="nr_Nota_699963_1620" id="nr_Nota_699963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1730" id="ci_AlunoAvaliacao_699963_1730" value="99044248" type="hidden">
                <input name="nr_Nota_699963_1730" id="nr_Nota_699963_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;495946&nbsp;ANTONIO ANDRE GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="495946" type="hidden"></td>
            
            <td id="colunaNotaAluno_495946_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_154" id="ci_AlunoAvaliacao_495946_154" value="99368572" type="hidden">
                <input name="nr_Nota_495946_154" id="nr_Nota_495946_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_160" id="ci_AlunoAvaliacao_495946_160" value="99804972" type="hidden">
                <input name="nr_Nota_495946_160" id="nr_Nota_495946_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_530" id="ci_AlunoAvaliacao_495946_530" value="99445607" type="hidden">
                <input name="nr_Nota_495946_530" id="nr_Nota_495946_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_780" id="ci_AlunoAvaliacao_495946_780" value="99042619" type="hidden">
                <input name="nr_Nota_495946_780" id="nr_Nota_495946_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_800" id="ci_AlunoAvaliacao_495946_800" value="99931800" type="hidden">
                <input name="nr_Nota_495946_800" id="nr_Nota_495946_800" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_890" id="ci_AlunoAvaliacao_495946_890" value="99264229" type="hidden">
                <input name="nr_Nota_495946_890" id="nr_Nota_495946_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_970" id="ci_AlunoAvaliacao_495946_970" value="99043396" type="hidden">
                <input name="nr_Nota_495946_970" id="nr_Nota_495946_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_3330" id="ci_AlunoAvaliacao_495946_3330" value="99367756" type="hidden">
                <input name="nr_Nota_495946_3330" id="nr_Nota_495946_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1130" id="ci_AlunoAvaliacao_495946_1130" value="99369224" type="hidden">
                <input name="nr_Nota_495946_1130" id="nr_Nota_495946_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1140" id="ci_AlunoAvaliacao_495946_1140" value="100123416" type="hidden">
                <input name="nr_Nota_495946_1140" id="nr_Nota_495946_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1200" id="ci_AlunoAvaliacao_495946_1200" value="99803966" type="hidden">
                <input name="nr_Nota_495946_1200" id="nr_Nota_495946_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1620" id="ci_AlunoAvaliacao_495946_1620" value="100095904" type="hidden">
                <input name="nr_Nota_495946_1620" id="nr_Nota_495946_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1730" id="ci_AlunoAvaliacao_495946_1730" value="99044249" type="hidden">
                <input name="nr_Nota_495946_1730" id="nr_Nota_495946_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1296421&nbsp;ATILA DE ROSA VICENTE
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1296421" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_154" id="ci_AlunoAvaliacao_1296421_154" value="99368573" type="hidden">
                <input name="nr_Nota_1296421_154" id="nr_Nota_1296421_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_160" id="ci_AlunoAvaliacao_1296421_160" value="99804973" type="hidden">
                <input name="nr_Nota_1296421_160" id="nr_Nota_1296421_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_530" id="ci_AlunoAvaliacao_1296421_530" value="99445608" type="hidden">
                <input name="nr_Nota_1296421_530" id="nr_Nota_1296421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_780" id="ci_AlunoAvaliacao_1296421_780" value="99042620" type="hidden">
                <input name="nr_Nota_1296421_780" id="nr_Nota_1296421_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_800" id="ci_AlunoAvaliacao_1296421_800" value="99931801" type="hidden">
                <input name="nr_Nota_1296421_800" id="nr_Nota_1296421_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_890" id="ci_AlunoAvaliacao_1296421_890" value="99264230" type="hidden">
                <input name="nr_Nota_1296421_890" id="nr_Nota_1296421_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_970" id="ci_AlunoAvaliacao_1296421_970" value="99043397" type="hidden">
                <input name="nr_Nota_1296421_970" id="nr_Nota_1296421_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_3330" id="ci_AlunoAvaliacao_1296421_3330" value="99367757" type="hidden">
                <input name="nr_Nota_1296421_3330" id="nr_Nota_1296421_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1130" id="ci_AlunoAvaliacao_1296421_1130" value="99369225" type="hidden">
                <input name="nr_Nota_1296421_1130" id="nr_Nota_1296421_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1140" id="ci_AlunoAvaliacao_1296421_1140" value="100123417" type="hidden">
                <input name="nr_Nota_1296421_1140" id="nr_Nota_1296421_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1200" id="ci_AlunoAvaliacao_1296421_1200" value="99803967" type="hidden">
                <input name="nr_Nota_1296421_1200" id="nr_Nota_1296421_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1620" id="ci_AlunoAvaliacao_1296421_1620" value="100095905" type="hidden">
                <input name="nr_Nota_1296421_1620" id="nr_Nota_1296421_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1730" id="ci_AlunoAvaliacao_1296421_1730" value="99044250" type="hidden">
                <input name="nr_Nota_1296421_1730" id="nr_Nota_1296421_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167654&nbsp;BRUNA KEZIA PEREIRA LOPES DE MORAES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_154" id="ci_AlunoAvaliacao_1167654_154" value="99368574" type="hidden">
                <input name="nr_Nota_1167654_154" id="nr_Nota_1167654_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_160" id="ci_AlunoAvaliacao_1167654_160" value="99804974" type="hidden">
                <input name="nr_Nota_1167654_160" id="nr_Nota_1167654_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_530" id="ci_AlunoAvaliacao_1167654_530" value="99445609" type="hidden">
                <input name="nr_Nota_1167654_530" id="nr_Nota_1167654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_780" id="ci_AlunoAvaliacao_1167654_780" value="99042621" type="hidden">
                <input name="nr_Nota_1167654_780" id="nr_Nota_1167654_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_800" id="ci_AlunoAvaliacao_1167654_800" value="99931802" type="hidden">
                <input name="nr_Nota_1167654_800" id="nr_Nota_1167654_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_890" id="ci_AlunoAvaliacao_1167654_890" value="99264231" type="hidden">
                <input name="nr_Nota_1167654_890" id="nr_Nota_1167654_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_970" id="ci_AlunoAvaliacao_1167654_970" value="99043398" type="hidden">
                <input name="nr_Nota_1167654_970" id="nr_Nota_1167654_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_3330" id="ci_AlunoAvaliacao_1167654_3330" value="99367759" type="hidden">
                <input name="nr_Nota_1167654_3330" id="nr_Nota_1167654_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1130" id="ci_AlunoAvaliacao_1167654_1130" value="99369226" type="hidden">
                <input name="nr_Nota_1167654_1130" id="nr_Nota_1167654_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1140" id="ci_AlunoAvaliacao_1167654_1140" value="100123418" type="hidden">
                <input name="nr_Nota_1167654_1140" id="nr_Nota_1167654_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1200" id="ci_AlunoAvaliacao_1167654_1200" value="99803968" type="hidden">
                <input name="nr_Nota_1167654_1200" id="nr_Nota_1167654_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1620" id="ci_AlunoAvaliacao_1167654_1620" value="100095906" type="hidden">
                <input name="nr_Nota_1167654_1620" id="nr_Nota_1167654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1730" id="ci_AlunoAvaliacao_1167654_1730" value="99044251" type="hidden">
                <input name="nr_Nota_1167654_1730" id="nr_Nota_1167654_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;380067&nbsp;DARLYANE NOGUEIRA DO NASCIMENTO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="380067" type="hidden"></td>
            
            <td id="colunaNotaAluno_380067_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_154" id="ci_AlunoAvaliacao_380067_154" value="99368575" type="hidden">
                <input name="nr_Nota_380067_154" id="nr_Nota_380067_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_160" id="ci_AlunoAvaliacao_380067_160" value="99804975" type="hidden">
                <input name="nr_Nota_380067_160" id="nr_Nota_380067_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_530" id="ci_AlunoAvaliacao_380067_530" value="99445610" type="hidden">
                <input name="nr_Nota_380067_530" id="nr_Nota_380067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_780" id="ci_AlunoAvaliacao_380067_780" value="99042622" type="hidden">
                <input name="nr_Nota_380067_780" id="nr_Nota_380067_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_800" id="ci_AlunoAvaliacao_380067_800" value="99931803" type="hidden">
                <input name="nr_Nota_380067_800" id="nr_Nota_380067_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_890" id="ci_AlunoAvaliacao_380067_890" value="99264232" type="hidden">
                <input name="nr_Nota_380067_890" id="nr_Nota_380067_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_970" id="ci_AlunoAvaliacao_380067_970" value="99043399" type="hidden">
                <input name="nr_Nota_380067_970" id="nr_Nota_380067_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_3330" id="ci_AlunoAvaliacao_380067_3330" value="99367760" type="hidden">
                <input name="nr_Nota_380067_3330" id="nr_Nota_380067_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1130" id="ci_AlunoAvaliacao_380067_1130" value="99369227" type="hidden">
                <input name="nr_Nota_380067_1130" id="nr_Nota_380067_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1140" id="ci_AlunoAvaliacao_380067_1140" value="100123419" type="hidden">
                <input name="nr_Nota_380067_1140" id="nr_Nota_380067_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1200" id="ci_AlunoAvaliacao_380067_1200" value="99803969" type="hidden">
                <input name="nr_Nota_380067_1200" id="nr_Nota_380067_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1620" id="ci_AlunoAvaliacao_380067_1620" value="100095907" type="hidden">
                <input name="nr_Nota_380067_1620" id="nr_Nota_380067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1730" id="ci_AlunoAvaliacao_380067_1730" value="99044252" type="hidden">
                <input name="nr_Nota_380067_1730" id="nr_Nota_380067_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1477389&nbsp;DEBORAH CRISTINA BASTOS MOITA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1477389" type="hidden"></td>
            
            <td id="colunaNotaAluno_1477389_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_154" id="ci_AlunoAvaliacao_1477389_154" value="96806565" type="hidden">
                <input name="nr_Nota_1477389_154" id="nr_Nota_1477389_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_160" id="ci_AlunoAvaliacao_1477389_160" value="96806574" type="hidden">
                <input name="nr_Nota_1477389_160" id="nr_Nota_1477389_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_530" id="ci_AlunoAvaliacao_1477389_530" value="96806578" type="hidden">
                <input name="nr_Nota_1477389_530" id="nr_Nota_1477389_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_780" id="ci_AlunoAvaliacao_1477389_780" value="96806580" type="hidden">
                <input name="nr_Nota_1477389_780" id="nr_Nota_1477389_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_800" id="ci_AlunoAvaliacao_1477389_800" value="96806582" type="hidden">
                <input name="nr_Nota_1477389_800" id="nr_Nota_1477389_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_890" id="ci_AlunoAvaliacao_1477389_890" value="96806584" type="hidden">
                <input name="nr_Nota_1477389_890" id="nr_Nota_1477389_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_970" id="ci_AlunoAvaliacao_1477389_970" value="96806586" type="hidden">
                <input name="nr_Nota_1477389_970" id="nr_Nota_1477389_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_3330" id="ci_AlunoAvaliacao_1477389_3330" value="96806589" type="hidden">
                <input name="nr_Nota_1477389_3330" id="nr_Nota_1477389_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1130" id="ci_AlunoAvaliacao_1477389_1130" value="96806591" type="hidden">
                <input name="nr_Nota_1477389_1130" id="nr_Nota_1477389_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1140" id="ci_AlunoAvaliacao_1477389_1140" value="96806592" type="hidden">
                <input name="nr_Nota_1477389_1140" id="nr_Nota_1477389_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1200" id="ci_AlunoAvaliacao_1477389_1200" value="96806593" type="hidden">
                <input name="nr_Nota_1477389_1200" id="nr_Nota_1477389_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1620" id="ci_AlunoAvaliacao_1477389_1620" value="96806594" type="hidden">
                <input name="nr_Nota_1477389_1620" id="nr_Nota_1477389_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1730" id="ci_AlunoAvaliacao_1477389_1730" value="96806595" type="hidden">
                <input name="nr_Nota_1477389_1730" id="nr_Nota_1477389_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892537&nbsp;DUCILENE SILVA ARAUJO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="892537" type="hidden"></td>
            
            <td id="colunaNotaAluno_892537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_154" id="ci_AlunoAvaliacao_892537_154" value="99368576" type="hidden">
                <input name="nr_Nota_892537_154" id="nr_Nota_892537_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_160" id="ci_AlunoAvaliacao_892537_160" value="99804976" type="hidden">
                <input name="nr_Nota_892537_160" id="nr_Nota_892537_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_530" id="ci_AlunoAvaliacao_892537_530" value="99445611" type="hidden">
                <input name="nr_Nota_892537_530" id="nr_Nota_892537_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_780" id="ci_AlunoAvaliacao_892537_780" value="99042623" type="hidden">
                <input name="nr_Nota_892537_780" id="nr_Nota_892537_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_800" id="ci_AlunoAvaliacao_892537_800" value="99931804" type="hidden">
                <input name="nr_Nota_892537_800" id="nr_Nota_892537_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_890" id="ci_AlunoAvaliacao_892537_890" value="99264233" type="hidden">
                <input name="nr_Nota_892537_890" id="nr_Nota_892537_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_970" id="ci_AlunoAvaliacao_892537_970" value="99043400" type="hidden">
                <input name="nr_Nota_892537_970" id="nr_Nota_892537_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_3330" id="ci_AlunoAvaliacao_892537_3330" value="99367761" type="hidden">
                <input name="nr_Nota_892537_3330" id="nr_Nota_892537_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1130" id="ci_AlunoAvaliacao_892537_1130" value="99369228" type="hidden">
                <input name="nr_Nota_892537_1130" id="nr_Nota_892537_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1140" id="ci_AlunoAvaliacao_892537_1140" value="100123420" type="hidden">
                <input name="nr_Nota_892537_1140" id="nr_Nota_892537_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1200" id="ci_AlunoAvaliacao_892537_1200" value="99803970" type="hidden">
                <input name="nr_Nota_892537_1200" id="nr_Nota_892537_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1620" id="ci_AlunoAvaliacao_892537_1620" value="100095908" type="hidden">
                <input name="nr_Nota_892537_1620" id="nr_Nota_892537_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1730" id="ci_AlunoAvaliacao_892537_1730" value="99044253" type="hidden">
                <input name="nr_Nota_892537_1730" id="nr_Nota_892537_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1296019&nbsp;ELAINE ROCHA DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1296019" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296019_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_154" id="ci_AlunoAvaliacao_1296019_154" value="99368577" type="hidden">
                <input name="nr_Nota_1296019_154" id="nr_Nota_1296019_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_160" id="ci_AlunoAvaliacao_1296019_160" value="99804977" type="hidden">
                <input name="nr_Nota_1296019_160" id="nr_Nota_1296019_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_530" id="ci_AlunoAvaliacao_1296019_530" value="99445612" type="hidden">
                <input name="nr_Nota_1296019_530" id="nr_Nota_1296019_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_780" id="ci_AlunoAvaliacao_1296019_780" value="99042624" type="hidden">
                <input name="nr_Nota_1296019_780" id="nr_Nota_1296019_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_800" id="ci_AlunoAvaliacao_1296019_800" value="99931805" type="hidden">
                <input name="nr_Nota_1296019_800" id="nr_Nota_1296019_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_890" id="ci_AlunoAvaliacao_1296019_890" value="99264234" type="hidden">
                <input name="nr_Nota_1296019_890" id="nr_Nota_1296019_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_970" id="ci_AlunoAvaliacao_1296019_970" value="99043401" type="hidden">
                <input name="nr_Nota_1296019_970" id="nr_Nota_1296019_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_3330" id="ci_AlunoAvaliacao_1296019_3330" value="99367762" type="hidden">
                <input name="nr_Nota_1296019_3330" id="nr_Nota_1296019_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1130" id="ci_AlunoAvaliacao_1296019_1130" value="99369229" type="hidden">
                <input name="nr_Nota_1296019_1130" id="nr_Nota_1296019_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1140" id="ci_AlunoAvaliacao_1296019_1140" value="100123421" type="hidden">
                <input name="nr_Nota_1296019_1140" id="nr_Nota_1296019_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1200" id="ci_AlunoAvaliacao_1296019_1200" value="99803971" type="hidden">
                <input name="nr_Nota_1296019_1200" id="nr_Nota_1296019_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1620" id="ci_AlunoAvaliacao_1296019_1620" value="100095909" type="hidden">
                <input name="nr_Nota_1296019_1620" id="nr_Nota_1296019_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1730" id="ci_AlunoAvaliacao_1296019_1730" value="99044254" type="hidden">
                <input name="nr_Nota_1296019_1730" id="nr_Nota_1296019_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;620674&nbsp;ELIDIANE DE ALMEIDA OLIVEIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="620674" type="hidden"></td>
            
            <td id="colunaNotaAluno_620674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_154" id="ci_AlunoAvaliacao_620674_154" value="99368578" type="hidden">
                <input name="nr_Nota_620674_154" id="nr_Nota_620674_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_160" id="ci_AlunoAvaliacao_620674_160" value="99804978" type="hidden">
                <input name="nr_Nota_620674_160" id="nr_Nota_620674_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_530" id="ci_AlunoAvaliacao_620674_530" value="99445613" type="hidden">
                <input name="nr_Nota_620674_530" id="nr_Nota_620674_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_780" id="ci_AlunoAvaliacao_620674_780" value="99042625" type="hidden">
                <input name="nr_Nota_620674_780" id="nr_Nota_620674_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_800" id="ci_AlunoAvaliacao_620674_800" value="99931806" type="hidden">
                <input name="nr_Nota_620674_800" id="nr_Nota_620674_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_890" id="ci_AlunoAvaliacao_620674_890" value="99264235" type="hidden">
                <input name="nr_Nota_620674_890" id="nr_Nota_620674_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_970" id="ci_AlunoAvaliacao_620674_970" value="99043402" type="hidden">
                <input name="nr_Nota_620674_970" id="nr_Nota_620674_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_3330" id="ci_AlunoAvaliacao_620674_3330" value="99367764" type="hidden">
                <input name="nr_Nota_620674_3330" id="nr_Nota_620674_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1130" id="ci_AlunoAvaliacao_620674_1130" value="99369230" type="hidden">
                <input name="nr_Nota_620674_1130" id="nr_Nota_620674_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1140" id="ci_AlunoAvaliacao_620674_1140" value="100123422" type="hidden">
                <input name="nr_Nota_620674_1140" id="nr_Nota_620674_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1200" id="ci_AlunoAvaliacao_620674_1200" value="99803972" type="hidden">
                <input name="nr_Nota_620674_1200" id="nr_Nota_620674_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1620" id="ci_AlunoAvaliacao_620674_1620" value="100095910" type="hidden">
                <input name="nr_Nota_620674_1620" id="nr_Nota_620674_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1730" id="ci_AlunoAvaliacao_620674_1730" value="99044255" type="hidden">
                <input name="nr_Nota_620674_1730" id="nr_Nota_620674_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;550239&nbsp;FRANCISCA FERNANDA GUEDES DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="550239" type="hidden"></td>
            
            <td id="colunaNotaAluno_550239_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_154" id="ci_AlunoAvaliacao_550239_154" value="99368579" type="hidden">
                <input name="nr_Nota_550239_154" id="nr_Nota_550239_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_160" id="ci_AlunoAvaliacao_550239_160" value="99804979" type="hidden">
                <input name="nr_Nota_550239_160" id="nr_Nota_550239_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_530" id="ci_AlunoAvaliacao_550239_530" value="99445614" type="hidden">
                <input name="nr_Nota_550239_530" id="nr_Nota_550239_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_780" id="ci_AlunoAvaliacao_550239_780" value="99042626" type="hidden">
                <input name="nr_Nota_550239_780" id="nr_Nota_550239_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_800" id="ci_AlunoAvaliacao_550239_800" value="99931807" type="hidden">
                <input name="nr_Nota_550239_800" id="nr_Nota_550239_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_890" id="ci_AlunoAvaliacao_550239_890" value="99264236" type="hidden">
                <input name="nr_Nota_550239_890" id="nr_Nota_550239_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_970" id="ci_AlunoAvaliacao_550239_970" value="99043403" type="hidden">
                <input name="nr_Nota_550239_970" id="nr_Nota_550239_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_3330" id="ci_AlunoAvaliacao_550239_3330" value="99367766" type="hidden">
                <input name="nr_Nota_550239_3330" id="nr_Nota_550239_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1130" id="ci_AlunoAvaliacao_550239_1130" value="99369231" type="hidden">
                <input name="nr_Nota_550239_1130" id="nr_Nota_550239_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1140" id="ci_AlunoAvaliacao_550239_1140" value="100123423" type="hidden">
                <input name="nr_Nota_550239_1140" id="nr_Nota_550239_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1200" id="ci_AlunoAvaliacao_550239_1200" value="99803973" type="hidden">
                <input name="nr_Nota_550239_1200" id="nr_Nota_550239_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1620" id="ci_AlunoAvaliacao_550239_1620" value="100095911" type="hidden">
                <input name="nr_Nota_550239_1620" id="nr_Nota_550239_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1730" id="ci_AlunoAvaliacao_550239_1730" value="99044256" type="hidden">
                <input name="nr_Nota_550239_1730" id="nr_Nota_550239_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;895571&nbsp;FRANCISCA JESSICA DAMASCENO SA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="895571" type="hidden"></td>
            
            <td id="colunaNotaAluno_895571_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_154" id="ci_AlunoAvaliacao_895571_154" value="99368580" type="hidden">
                <input name="nr_Nota_895571_154" id="nr_Nota_895571_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_160" id="ci_AlunoAvaliacao_895571_160" value="99804980" type="hidden">
                <input name="nr_Nota_895571_160" id="nr_Nota_895571_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_530" id="ci_AlunoAvaliacao_895571_530" value="99445615" type="hidden">
                <input name="nr_Nota_895571_530" id="nr_Nota_895571_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_780" id="ci_AlunoAvaliacao_895571_780" value="99042627" type="hidden">
                <input name="nr_Nota_895571_780" id="nr_Nota_895571_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_800" id="ci_AlunoAvaliacao_895571_800" value="99931808" type="hidden">
                <input name="nr_Nota_895571_800" id="nr_Nota_895571_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_890" id="ci_AlunoAvaliacao_895571_890" value="99264237" type="hidden">
                <input name="nr_Nota_895571_890" id="nr_Nota_895571_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_970" id="ci_AlunoAvaliacao_895571_970" value="99043404" type="hidden">
                <input name="nr_Nota_895571_970" id="nr_Nota_895571_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_3330" id="ci_AlunoAvaliacao_895571_3330" value="99367768" type="hidden">
                <input name="nr_Nota_895571_3330" id="nr_Nota_895571_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1130" id="ci_AlunoAvaliacao_895571_1130" value="99369232" type="hidden">
                <input name="nr_Nota_895571_1130" id="nr_Nota_895571_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1140" id="ci_AlunoAvaliacao_895571_1140" value="100123424" type="hidden">
                <input name="nr_Nota_895571_1140" id="nr_Nota_895571_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1200" id="ci_AlunoAvaliacao_895571_1200" value="99803974" type="hidden">
                <input name="nr_Nota_895571_1200" id="nr_Nota_895571_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1620" id="ci_AlunoAvaliacao_895571_1620" value="100095912" type="hidden">
                <input name="nr_Nota_895571_1620" id="nr_Nota_895571_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1730" id="ci_AlunoAvaliacao_895571_1730" value="99044257" type="hidden">
                <input name="nr_Nota_895571_1730" id="nr_Nota_895571_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1026600&nbsp;IAN COSTA LAVOR
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1026600" type="hidden"></td>
            
            <td id="colunaNotaAluno_1026600_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_154" id="ci_AlunoAvaliacao_1026600_154" value="99368581" type="hidden">
                <input name="nr_Nota_1026600_154" id="nr_Nota_1026600_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_160" id="ci_AlunoAvaliacao_1026600_160" value="99804981" type="hidden">
                <input name="nr_Nota_1026600_160" id="nr_Nota_1026600_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_530" id="ci_AlunoAvaliacao_1026600_530" value="99445616" type="hidden">
                <input name="nr_Nota_1026600_530" id="nr_Nota_1026600_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_780" id="ci_AlunoAvaliacao_1026600_780" value="99042628" type="hidden">
                <input name="nr_Nota_1026600_780" id="nr_Nota_1026600_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_800" id="ci_AlunoAvaliacao_1026600_800" value="99931809" type="hidden">
                <input name="nr_Nota_1026600_800" id="nr_Nota_1026600_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_890" id="ci_AlunoAvaliacao_1026600_890" value="99264238" type="hidden">
                <input name="nr_Nota_1026600_890" id="nr_Nota_1026600_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_970" id="ci_AlunoAvaliacao_1026600_970" value="99043405" type="hidden">
                <input name="nr_Nota_1026600_970" id="nr_Nota_1026600_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_3330" id="ci_AlunoAvaliacao_1026600_3330" value="99367770" type="hidden">
                <input name="nr_Nota_1026600_3330" id="nr_Nota_1026600_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1130" id="ci_AlunoAvaliacao_1026600_1130" value="99369233" type="hidden">
                <input name="nr_Nota_1026600_1130" id="nr_Nota_1026600_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1140" id="ci_AlunoAvaliacao_1026600_1140" value="100123425" type="hidden">
                <input name="nr_Nota_1026600_1140" id="nr_Nota_1026600_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1200" id="ci_AlunoAvaliacao_1026600_1200" value="99803975" type="hidden">
                <input name="nr_Nota_1026600_1200" id="nr_Nota_1026600_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1620" id="ci_AlunoAvaliacao_1026600_1620" value="100095913" type="hidden">
                <input name="nr_Nota_1026600_1620" id="nr_Nota_1026600_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1730" id="ci_AlunoAvaliacao_1026600_1730" value="99044258" type="hidden">
                <input name="nr_Nota_1026600_1730" id="nr_Nota_1026600_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1169805&nbsp;IGOR TEIXEIRA LIMA VERDE
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1169805" type="hidden"></td>
            
            <td id="colunaNotaAluno_1169805_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_154" id="ci_AlunoAvaliacao_1169805_154" value="99368582" type="hidden">
                <input name="nr_Nota_1169805_154" id="nr_Nota_1169805_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_160" id="ci_AlunoAvaliacao_1169805_160" value="99804982" type="hidden">
                <input name="nr_Nota_1169805_160" id="nr_Nota_1169805_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_530" id="ci_AlunoAvaliacao_1169805_530" value="99445617" type="hidden">
                <input name="nr_Nota_1169805_530" id="nr_Nota_1169805_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_780" id="ci_AlunoAvaliacao_1169805_780" value="99042629" type="hidden">
                <input name="nr_Nota_1169805_780" id="nr_Nota_1169805_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_800" id="ci_AlunoAvaliacao_1169805_800" value="99931810" type="hidden">
                <input name="nr_Nota_1169805_800" id="nr_Nota_1169805_800" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_890" id="ci_AlunoAvaliacao_1169805_890" value="99264239" type="hidden">
                <input name="nr_Nota_1169805_890" id="nr_Nota_1169805_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_970" id="ci_AlunoAvaliacao_1169805_970" value="99043406" type="hidden">
                <input name="nr_Nota_1169805_970" id="nr_Nota_1169805_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_3330" id="ci_AlunoAvaliacao_1169805_3330" value="99367771" type="hidden">
                <input name="nr_Nota_1169805_3330" id="nr_Nota_1169805_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1130" id="ci_AlunoAvaliacao_1169805_1130" value="99369234" type="hidden">
                <input name="nr_Nota_1169805_1130" id="nr_Nota_1169805_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1140" id="ci_AlunoAvaliacao_1169805_1140" value="100123426" type="hidden">
                <input name="nr_Nota_1169805_1140" id="nr_Nota_1169805_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1200" id="ci_AlunoAvaliacao_1169805_1200" value="99803976" type="hidden">
                <input name="nr_Nota_1169805_1200" id="nr_Nota_1169805_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1620" id="ci_AlunoAvaliacao_1169805_1620" value="100095914" type="hidden">
                <input name="nr_Nota_1169805_1620" id="nr_Nota_1169805_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1730" id="ci_AlunoAvaliacao_1169805_1730" value="99044259" type="hidden">
                <input name="nr_Nota_1169805_1730" id="nr_Nota_1169805_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202039&nbsp;ILANA XAVIER DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1202039" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202039_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_154" id="ci_AlunoAvaliacao_1202039_154" value="99368583" type="hidden">
                <input name="nr_Nota_1202039_154" id="nr_Nota_1202039_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_160" id="ci_AlunoAvaliacao_1202039_160" value="99804983" type="hidden">
                <input name="nr_Nota_1202039_160" id="nr_Nota_1202039_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_530" id="ci_AlunoAvaliacao_1202039_530" value="99445618" type="hidden">
                <input name="nr_Nota_1202039_530" id="nr_Nota_1202039_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_780" id="ci_AlunoAvaliacao_1202039_780" value="99042630" type="hidden">
                <input name="nr_Nota_1202039_780" id="nr_Nota_1202039_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_800" id="ci_AlunoAvaliacao_1202039_800" value="99931811" type="hidden">
                <input name="nr_Nota_1202039_800" id="nr_Nota_1202039_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_890" id="ci_AlunoAvaliacao_1202039_890" value="99264240" type="hidden">
                <input name="nr_Nota_1202039_890" id="nr_Nota_1202039_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_970" id="ci_AlunoAvaliacao_1202039_970" value="99043407" type="hidden">
                <input name="nr_Nota_1202039_970" id="nr_Nota_1202039_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_3330" id="ci_AlunoAvaliacao_1202039_3330" value="99367773" type="hidden">
                <input name="nr_Nota_1202039_3330" id="nr_Nota_1202039_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1130" id="ci_AlunoAvaliacao_1202039_1130" value="99369235" type="hidden">
                <input name="nr_Nota_1202039_1130" id="nr_Nota_1202039_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1140" id="ci_AlunoAvaliacao_1202039_1140" value="100123427" type="hidden">
                <input name="nr_Nota_1202039_1140" id="nr_Nota_1202039_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1200" id="ci_AlunoAvaliacao_1202039_1200" value="99803977" type="hidden">
                <input name="nr_Nota_1202039_1200" id="nr_Nota_1202039_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1620" id="ci_AlunoAvaliacao_1202039_1620" value="100095915" type="hidden">
                <input name="nr_Nota_1202039_1620" id="nr_Nota_1202039_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1730" id="ci_AlunoAvaliacao_1202039_1730" value="99044260" type="hidden">
                <input name="nr_Nota_1202039_1730" id="nr_Nota_1202039_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201803&nbsp;INGRID ALVES DE OLIVEIRA DE SOUZA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1201803" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201803_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_154" id="ci_AlunoAvaliacao_1201803_154" value="99368584" type="hidden">
                <input name="nr_Nota_1201803_154" id="nr_Nota_1201803_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_160" id="ci_AlunoAvaliacao_1201803_160" value="99804984" type="hidden">
                <input name="nr_Nota_1201803_160" id="nr_Nota_1201803_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_530" id="ci_AlunoAvaliacao_1201803_530" value="99445619" type="hidden">
                <input name="nr_Nota_1201803_530" id="nr_Nota_1201803_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_780" id="ci_AlunoAvaliacao_1201803_780" value="99042631" type="hidden">
                <input name="nr_Nota_1201803_780" id="nr_Nota_1201803_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_800" id="ci_AlunoAvaliacao_1201803_800" value="99931812" type="hidden">
                <input name="nr_Nota_1201803_800" id="nr_Nota_1201803_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_890" id="ci_AlunoAvaliacao_1201803_890" value="99264241" type="hidden">
                <input name="nr_Nota_1201803_890" id="nr_Nota_1201803_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_970" id="ci_AlunoAvaliacao_1201803_970" value="99043408" type="hidden">
                <input name="nr_Nota_1201803_970" id="nr_Nota_1201803_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_3330" id="ci_AlunoAvaliacao_1201803_3330" value="99367775" type="hidden">
                <input name="nr_Nota_1201803_3330" id="nr_Nota_1201803_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1130" id="ci_AlunoAvaliacao_1201803_1130" value="99369236" type="hidden">
                <input name="nr_Nota_1201803_1130" id="nr_Nota_1201803_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1140" id="ci_AlunoAvaliacao_1201803_1140" value="100123428" type="hidden">
                <input name="nr_Nota_1201803_1140" id="nr_Nota_1201803_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1200" id="ci_AlunoAvaliacao_1201803_1200" value="99803978" type="hidden">
                <input name="nr_Nota_1201803_1200" id="nr_Nota_1201803_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1620" id="ci_AlunoAvaliacao_1201803_1620" value="100095916" type="hidden">
                <input name="nr_Nota_1201803_1620" id="nr_Nota_1201803_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1730" id="ci_AlunoAvaliacao_1201803_1730" value="99044261" type="hidden">
                <input name="nr_Nota_1201803_1730" id="nr_Nota_1201803_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1484646&nbsp;JANNIELLE MAGALHAES FORTE
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1484646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1484646_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_154" id="ci_AlunoAvaliacao_1484646_154" value="99368585" type="hidden">
                <input name="nr_Nota_1484646_154" id="nr_Nota_1484646_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_160" id="ci_AlunoAvaliacao_1484646_160" value="99804985" type="hidden">
                <input name="nr_Nota_1484646_160" id="nr_Nota_1484646_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_530" id="ci_AlunoAvaliacao_1484646_530" value="99445620" type="hidden">
                <input name="nr_Nota_1484646_530" id="nr_Nota_1484646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_780" id="ci_AlunoAvaliacao_1484646_780" value="99042632" type="hidden">
                <input name="nr_Nota_1484646_780" id="nr_Nota_1484646_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_800" id="ci_AlunoAvaliacao_1484646_800" value="99931813" type="hidden">
                <input name="nr_Nota_1484646_800" id="nr_Nota_1484646_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_890" id="ci_AlunoAvaliacao_1484646_890" value="99264242" type="hidden">
                <input name="nr_Nota_1484646_890" id="nr_Nota_1484646_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_970" id="ci_AlunoAvaliacao_1484646_970" value="99043409" type="hidden">
                <input name="nr_Nota_1484646_970" id="nr_Nota_1484646_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_3330" id="ci_AlunoAvaliacao_1484646_3330" value="99367776" type="hidden">
                <input name="nr_Nota_1484646_3330" id="nr_Nota_1484646_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1130" id="ci_AlunoAvaliacao_1484646_1130" value="99369237" type="hidden">
                <input name="nr_Nota_1484646_1130" id="nr_Nota_1484646_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1140" id="ci_AlunoAvaliacao_1484646_1140" value="100123429" type="hidden">
                <input name="nr_Nota_1484646_1140" id="nr_Nota_1484646_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1200" id="ci_AlunoAvaliacao_1484646_1200" value="99803979" type="hidden">
                <input name="nr_Nota_1484646_1200" id="nr_Nota_1484646_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1620" id="ci_AlunoAvaliacao_1484646_1620" value="100095917" type="hidden">
                <input name="nr_Nota_1484646_1620" id="nr_Nota_1484646_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1730" id="ci_AlunoAvaliacao_1484646_1730" value="99044262" type="hidden">
                <input name="nr_Nota_1484646_1730" id="nr_Nota_1484646_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1058596&nbsp;JESSICA DE OLIVEIRA MAIA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1058596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1058596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_154" id="ci_AlunoAvaliacao_1058596_154" value="99368586" type="hidden">
                <input name="nr_Nota_1058596_154" id="nr_Nota_1058596_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_160" id="ci_AlunoAvaliacao_1058596_160" value="99804986" type="hidden">
                <input name="nr_Nota_1058596_160" id="nr_Nota_1058596_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_530" id="ci_AlunoAvaliacao_1058596_530" value="99445621" type="hidden">
                <input name="nr_Nota_1058596_530" id="nr_Nota_1058596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_780" id="ci_AlunoAvaliacao_1058596_780" value="99042633" type="hidden">
                <input name="nr_Nota_1058596_780" id="nr_Nota_1058596_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_800" id="ci_AlunoAvaliacao_1058596_800" value="99931814" type="hidden">
                <input name="nr_Nota_1058596_800" id="nr_Nota_1058596_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_890" id="ci_AlunoAvaliacao_1058596_890" value="99264243" type="hidden">
                <input name="nr_Nota_1058596_890" id="nr_Nota_1058596_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_970" id="ci_AlunoAvaliacao_1058596_970" value="99043410" type="hidden">
                <input name="nr_Nota_1058596_970" id="nr_Nota_1058596_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_3330" id="ci_AlunoAvaliacao_1058596_3330" value="99367778" type="hidden">
                <input name="nr_Nota_1058596_3330" id="nr_Nota_1058596_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1130" id="ci_AlunoAvaliacao_1058596_1130" value="99369238" type="hidden">
                <input name="nr_Nota_1058596_1130" id="nr_Nota_1058596_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1140" id="ci_AlunoAvaliacao_1058596_1140" value="100123430" type="hidden">
                <input name="nr_Nota_1058596_1140" id="nr_Nota_1058596_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1200" id="ci_AlunoAvaliacao_1058596_1200" value="99803980" type="hidden">
                <input name="nr_Nota_1058596_1200" id="nr_Nota_1058596_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1620" id="ci_AlunoAvaliacao_1058596_1620" value="100095918" type="hidden">
                <input name="nr_Nota_1058596_1620" id="nr_Nota_1058596_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1730" id="ci_AlunoAvaliacao_1058596_1730" value="99044263" type="hidden">
                <input name="nr_Nota_1058596_1730" id="nr_Nota_1058596_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1002334&nbsp;JOANA DARC CORREIA LIMA VASCONCELOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1002334" type="hidden"></td>
            
            <td id="colunaNotaAluno_1002334_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_154" id="ci_AlunoAvaliacao_1002334_154" value="99368587" type="hidden">
                <input name="nr_Nota_1002334_154" id="nr_Nota_1002334_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_160" id="ci_AlunoAvaliacao_1002334_160" value="99804987" type="hidden">
                <input name="nr_Nota_1002334_160" id="nr_Nota_1002334_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_530" id="ci_AlunoAvaliacao_1002334_530" value="99445622" type="hidden">
                <input name="nr_Nota_1002334_530" id="nr_Nota_1002334_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_780" id="ci_AlunoAvaliacao_1002334_780" value="99042634" type="hidden">
                <input name="nr_Nota_1002334_780" id="nr_Nota_1002334_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_800" id="ci_AlunoAvaliacao_1002334_800" value="99931815" type="hidden">
                <input name="nr_Nota_1002334_800" id="nr_Nota_1002334_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_890" id="ci_AlunoAvaliacao_1002334_890" value="99264244" type="hidden">
                <input name="nr_Nota_1002334_890" id="nr_Nota_1002334_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_970" id="ci_AlunoAvaliacao_1002334_970" value="99043411" type="hidden">
                <input name="nr_Nota_1002334_970" id="nr_Nota_1002334_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_3330" id="ci_AlunoAvaliacao_1002334_3330" value="99367780" type="hidden">
                <input name="nr_Nota_1002334_3330" id="nr_Nota_1002334_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1130" id="ci_AlunoAvaliacao_1002334_1130" value="99369239" type="hidden">
                <input name="nr_Nota_1002334_1130" id="nr_Nota_1002334_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1140" id="ci_AlunoAvaliacao_1002334_1140" value="100123431" type="hidden">
                <input name="nr_Nota_1002334_1140" id="nr_Nota_1002334_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1200" id="ci_AlunoAvaliacao_1002334_1200" value="99803981" type="hidden">
                <input name="nr_Nota_1002334_1200" id="nr_Nota_1002334_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1620" id="ci_AlunoAvaliacao_1002334_1620" value="100095920" type="hidden">
                <input name="nr_Nota_1002334_1620" id="nr_Nota_1002334_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1730" id="ci_AlunoAvaliacao_1002334_1730" value="99044264" type="hidden">
                <input name="nr_Nota_1002334_1730" id="nr_Nota_1002334_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1462403&nbsp;JOAO RICARDO ANDRADE DE CASTRO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1462403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462403_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_154" id="ci_AlunoAvaliacao_1462403_154" value="99368588" type="hidden">
                <input name="nr_Nota_1462403_154" id="nr_Nota_1462403_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_160" id="ci_AlunoAvaliacao_1462403_160" value="99804988" type="hidden">
                <input name="nr_Nota_1462403_160" id="nr_Nota_1462403_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_530" id="ci_AlunoAvaliacao_1462403_530" value="99445623" type="hidden">
                <input name="nr_Nota_1462403_530" id="nr_Nota_1462403_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_780" id="ci_AlunoAvaliacao_1462403_780" value="99042635" type="hidden">
                <input name="nr_Nota_1462403_780" id="nr_Nota_1462403_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_800" id="ci_AlunoAvaliacao_1462403_800" value="99931816" type="hidden">
                <input name="nr_Nota_1462403_800" id="nr_Nota_1462403_800" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_890" id="ci_AlunoAvaliacao_1462403_890" value="99264245" type="hidden">
                <input name="nr_Nota_1462403_890" id="nr_Nota_1462403_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_970" id="ci_AlunoAvaliacao_1462403_970" value="99043412" type="hidden">
                <input name="nr_Nota_1462403_970" id="nr_Nota_1462403_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_3330" id="ci_AlunoAvaliacao_1462403_3330" value="99367782" type="hidden">
                <input name="nr_Nota_1462403_3330" id="nr_Nota_1462403_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1130" id="ci_AlunoAvaliacao_1462403_1130" value="99369240" type="hidden">
                <input name="nr_Nota_1462403_1130" id="nr_Nota_1462403_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1140" id="ci_AlunoAvaliacao_1462403_1140" value="100123432" type="hidden">
                <input name="nr_Nota_1462403_1140" id="nr_Nota_1462403_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1200" id="ci_AlunoAvaliacao_1462403_1200" value="99803982" type="hidden">
                <input name="nr_Nota_1462403_1200" id="nr_Nota_1462403_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1620" id="ci_AlunoAvaliacao_1462403_1620" value="100095921" type="hidden">
                <input name="nr_Nota_1462403_1620" id="nr_Nota_1462403_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1730" id="ci_AlunoAvaliacao_1462403_1730" value="99044265" type="hidden">
                <input name="nr_Nota_1462403_1730" id="nr_Nota_1462403_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202517&nbsp;KEDINA MARIA DOS SANTOS DE MARIA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_154" id="ci_AlunoAvaliacao_1202517_154" value="99368589" type="hidden">
                <input name="nr_Nota_1202517_154" id="nr_Nota_1202517_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_160" id="ci_AlunoAvaliacao_1202517_160" value="99804989" type="hidden">
                <input name="nr_Nota_1202517_160" id="nr_Nota_1202517_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_530" id="ci_AlunoAvaliacao_1202517_530" value="99445624" type="hidden">
                <input name="nr_Nota_1202517_530" id="nr_Nota_1202517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_780" id="ci_AlunoAvaliacao_1202517_780" value="99042636" type="hidden">
                <input name="nr_Nota_1202517_780" id="nr_Nota_1202517_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_800" id="ci_AlunoAvaliacao_1202517_800" value="99931817" type="hidden">
                <input name="nr_Nota_1202517_800" id="nr_Nota_1202517_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_890" id="ci_AlunoAvaliacao_1202517_890" value="99264246" type="hidden">
                <input name="nr_Nota_1202517_890" id="nr_Nota_1202517_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_970" id="ci_AlunoAvaliacao_1202517_970" value="99043413" type="hidden">
                <input name="nr_Nota_1202517_970" id="nr_Nota_1202517_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_3330" id="ci_AlunoAvaliacao_1202517_3330" value="99367783" type="hidden">
                <input name="nr_Nota_1202517_3330" id="nr_Nota_1202517_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1130" id="ci_AlunoAvaliacao_1202517_1130" value="99369241" type="hidden">
                <input name="nr_Nota_1202517_1130" id="nr_Nota_1202517_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1140" id="ci_AlunoAvaliacao_1202517_1140" value="100123433" type="hidden">
                <input name="nr_Nota_1202517_1140" id="nr_Nota_1202517_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1200" id="ci_AlunoAvaliacao_1202517_1200" value="99803983" type="hidden">
                <input name="nr_Nota_1202517_1200" id="nr_Nota_1202517_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1620" id="ci_AlunoAvaliacao_1202517_1620" value="100095922" type="hidden">
                <input name="nr_Nota_1202517_1620" id="nr_Nota_1202517_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1730" id="ci_AlunoAvaliacao_1202517_1730" value="99044266" type="hidden">
                <input name="nr_Nota_1202517_1730" id="nr_Nota_1202517_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;883771&nbsp;LETICIA DA SILVA COSTA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="883771" type="hidden"></td>
            
            <td id="colunaNotaAluno_883771_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_154" id="ci_AlunoAvaliacao_883771_154" value="99368590" type="hidden">
                <input name="nr_Nota_883771_154" id="nr_Nota_883771_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_160" id="ci_AlunoAvaliacao_883771_160" value="99804990" type="hidden">
                <input name="nr_Nota_883771_160" id="nr_Nota_883771_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_530" id="ci_AlunoAvaliacao_883771_530" value="99445625" type="hidden">
                <input name="nr_Nota_883771_530" id="nr_Nota_883771_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_780" id="ci_AlunoAvaliacao_883771_780" value="99042637" type="hidden">
                <input name="nr_Nota_883771_780" id="nr_Nota_883771_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_800" id="ci_AlunoAvaliacao_883771_800" value="99931818" type="hidden">
                <input name="nr_Nota_883771_800" id="nr_Nota_883771_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_890" id="ci_AlunoAvaliacao_883771_890" value="99264247" type="hidden">
                <input name="nr_Nota_883771_890" id="nr_Nota_883771_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_970" id="ci_AlunoAvaliacao_883771_970" value="99043414" type="hidden">
                <input name="nr_Nota_883771_970" id="nr_Nota_883771_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_3330" id="ci_AlunoAvaliacao_883771_3330" value="99367785" type="hidden">
                <input name="nr_Nota_883771_3330" id="nr_Nota_883771_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1130" id="ci_AlunoAvaliacao_883771_1130" value="99369242" type="hidden">
                <input name="nr_Nota_883771_1130" id="nr_Nota_883771_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1140" id="ci_AlunoAvaliacao_883771_1140" value="100123434" type="hidden">
                <input name="nr_Nota_883771_1140" id="nr_Nota_883771_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1200" id="ci_AlunoAvaliacao_883771_1200" value="99803984" type="hidden">
                <input name="nr_Nota_883771_1200" id="nr_Nota_883771_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1620" id="ci_AlunoAvaliacao_883771_1620" value="100095923" type="hidden">
                <input name="nr_Nota_883771_1620" id="nr_Nota_883771_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1730" id="ci_AlunoAvaliacao_883771_1730" value="99044267" type="hidden">
                <input name="nr_Nota_883771_1730" id="nr_Nota_883771_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903015&nbsp;LUCAS RIBEIRO DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="903015" type="hidden"></td>
            
            <td id="colunaNotaAluno_903015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_154" id="ci_AlunoAvaliacao_903015_154" value="99368591" type="hidden">
                <input name="nr_Nota_903015_154" id="nr_Nota_903015_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_160" id="ci_AlunoAvaliacao_903015_160" value="99804991" type="hidden">
                <input name="nr_Nota_903015_160" id="nr_Nota_903015_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_530" id="ci_AlunoAvaliacao_903015_530" value="99445626" type="hidden">
                <input name="nr_Nota_903015_530" id="nr_Nota_903015_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_780" id="ci_AlunoAvaliacao_903015_780" value="99042638" type="hidden">
                <input name="nr_Nota_903015_780" id="nr_Nota_903015_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_800" id="ci_AlunoAvaliacao_903015_800" value="99931819" type="hidden">
                <input name="nr_Nota_903015_800" id="nr_Nota_903015_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_890" id="ci_AlunoAvaliacao_903015_890" value="99264248" type="hidden">
                <input name="nr_Nota_903015_890" id="nr_Nota_903015_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_970" id="ci_AlunoAvaliacao_903015_970" value="99043415" type="hidden">
                <input name="nr_Nota_903015_970" id="nr_Nota_903015_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_3330" id="ci_AlunoAvaliacao_903015_3330" value="99367787" type="hidden">
                <input name="nr_Nota_903015_3330" id="nr_Nota_903015_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1130" id="ci_AlunoAvaliacao_903015_1130" value="99369243" type="hidden">
                <input name="nr_Nota_903015_1130" id="nr_Nota_903015_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1140" id="ci_AlunoAvaliacao_903015_1140" value="100123435" type="hidden">
                <input name="nr_Nota_903015_1140" id="nr_Nota_903015_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1200" id="ci_AlunoAvaliacao_903015_1200" value="99803985" type="hidden">
                <input name="nr_Nota_903015_1200" id="nr_Nota_903015_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1620" id="ci_AlunoAvaliacao_903015_1620" value="100095924" type="hidden">
                <input name="nr_Nota_903015_1620" id="nr_Nota_903015_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1730" id="ci_AlunoAvaliacao_903015_1730" value="99044268" type="hidden">
                <input name="nr_Nota_903015_1730" id="nr_Nota_903015_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;109998&nbsp;MARCIANE DE MOURA GOMES
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="109998" type="hidden"></td>
            
            <td id="colunaNotaAluno_109998_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_154" id="ci_AlunoAvaliacao_109998_154" value="99368592" type="hidden">
                <input name="nr_Nota_109998_154" id="nr_Nota_109998_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_160" id="ci_AlunoAvaliacao_109998_160" value="99804992" type="hidden">
                <input name="nr_Nota_109998_160" id="nr_Nota_109998_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_530" id="ci_AlunoAvaliacao_109998_530" value="99445627" type="hidden">
                <input name="nr_Nota_109998_530" id="nr_Nota_109998_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_780" id="ci_AlunoAvaliacao_109998_780" value="99042639" type="hidden">
                <input name="nr_Nota_109998_780" id="nr_Nota_109998_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_800" id="ci_AlunoAvaliacao_109998_800" value="99931820" type="hidden">
                <input name="nr_Nota_109998_800" id="nr_Nota_109998_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_890" id="ci_AlunoAvaliacao_109998_890" value="99264249" type="hidden">
                <input name="nr_Nota_109998_890" id="nr_Nota_109998_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_970" id="ci_AlunoAvaliacao_109998_970" value="99043416" type="hidden">
                <input name="nr_Nota_109998_970" id="nr_Nota_109998_970" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_3330" id="ci_AlunoAvaliacao_109998_3330" value="99367788" type="hidden">
                <input name="nr_Nota_109998_3330" id="nr_Nota_109998_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1130" id="ci_AlunoAvaliacao_109998_1130" value="99369244" type="hidden">
                <input name="nr_Nota_109998_1130" id="nr_Nota_109998_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1140" id="ci_AlunoAvaliacao_109998_1140" value="100123436" type="hidden">
                <input name="nr_Nota_109998_1140" id="nr_Nota_109998_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1200" id="ci_AlunoAvaliacao_109998_1200" value="99803986" type="hidden">
                <input name="nr_Nota_109998_1200" id="nr_Nota_109998_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1620" id="ci_AlunoAvaliacao_109998_1620" value="100095925" type="hidden">
                <input name="nr_Nota_109998_1620" id="nr_Nota_109998_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1730" id="ci_AlunoAvaliacao_109998_1730" value="99044269" type="hidden">
                <input name="nr_Nota_109998_1730" id="nr_Nota_109998_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;567081&nbsp;MARCILENE DE SOUSA ALCANTARA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="567081" type="hidden"></td>
            
            <td id="colunaNotaAluno_567081_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_154" id="ci_AlunoAvaliacao_567081_154" value="99368593" type="hidden">
                <input name="nr_Nota_567081_154" id="nr_Nota_567081_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_160" id="ci_AlunoAvaliacao_567081_160" value="99804993" type="hidden">
                <input name="nr_Nota_567081_160" id="nr_Nota_567081_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_530" id="ci_AlunoAvaliacao_567081_530" value="99445629" type="hidden">
                <input name="nr_Nota_567081_530" id="nr_Nota_567081_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_780" id="ci_AlunoAvaliacao_567081_780" value="99042640" type="hidden">
                <input name="nr_Nota_567081_780" id="nr_Nota_567081_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_800" id="ci_AlunoAvaliacao_567081_800" value="99931821" type="hidden">
                <input name="nr_Nota_567081_800" id="nr_Nota_567081_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_890" id="ci_AlunoAvaliacao_567081_890" value="99264250" type="hidden">
                <input name="nr_Nota_567081_890" id="nr_Nota_567081_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_970" id="ci_AlunoAvaliacao_567081_970" value="99043417" type="hidden">
                <input name="nr_Nota_567081_970" id="nr_Nota_567081_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_3330" id="ci_AlunoAvaliacao_567081_3330" value="99367790" type="hidden">
                <input name="nr_Nota_567081_3330" id="nr_Nota_567081_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1130" id="ci_AlunoAvaliacao_567081_1130" value="99369245" type="hidden">
                <input name="nr_Nota_567081_1130" id="nr_Nota_567081_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1140" id="ci_AlunoAvaliacao_567081_1140" value="100123437" type="hidden">
                <input name="nr_Nota_567081_1140" id="nr_Nota_567081_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1200" id="ci_AlunoAvaliacao_567081_1200" value="99803987" type="hidden">
                <input name="nr_Nota_567081_1200" id="nr_Nota_567081_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1620" id="ci_AlunoAvaliacao_567081_1620" value="100095926" type="hidden">
                <input name="nr_Nota_567081_1620" id="nr_Nota_567081_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1730" id="ci_AlunoAvaliacao_567081_1730" value="99044270" type="hidden">
                <input name="nr_Nota_567081_1730" id="nr_Nota_567081_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;55539&nbsp;MARIA EDLANGE DOS SANTOS
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="55539" type="hidden"></td>
            
            <td id="colunaNotaAluno_55539_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_154" id="ci_AlunoAvaliacao_55539_154" value="99368594" type="hidden">
                <input name="nr_Nota_55539_154" id="nr_Nota_55539_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_160" id="ci_AlunoAvaliacao_55539_160" value="99804994" type="hidden">
                <input name="nr_Nota_55539_160" id="nr_Nota_55539_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_530" id="ci_AlunoAvaliacao_55539_530" value="99445630" type="hidden">
                <input name="nr_Nota_55539_530" id="nr_Nota_55539_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_780" id="ci_AlunoAvaliacao_55539_780" value="99042641" type="hidden">
                <input name="nr_Nota_55539_780" id="nr_Nota_55539_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_800" id="ci_AlunoAvaliacao_55539_800" value="99931822" type="hidden">
                <input name="nr_Nota_55539_800" id="nr_Nota_55539_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_890" id="ci_AlunoAvaliacao_55539_890" value="99264251" type="hidden">
                <input name="nr_Nota_55539_890" id="nr_Nota_55539_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_970" id="ci_AlunoAvaliacao_55539_970" value="99043418" type="hidden">
                <input name="nr_Nota_55539_970" id="nr_Nota_55539_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_3330" id="ci_AlunoAvaliacao_55539_3330" value="99367791" type="hidden">
                <input name="nr_Nota_55539_3330" id="nr_Nota_55539_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1130" id="ci_AlunoAvaliacao_55539_1130" value="99369246" type="hidden">
                <input name="nr_Nota_55539_1130" id="nr_Nota_55539_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1140" id="ci_AlunoAvaliacao_55539_1140" value="100123439" type="hidden">
                <input name="nr_Nota_55539_1140" id="nr_Nota_55539_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1200" id="ci_AlunoAvaliacao_55539_1200" value="99803988" type="hidden">
                <input name="nr_Nota_55539_1200" id="nr_Nota_55539_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1620" id="ci_AlunoAvaliacao_55539_1620" value="100095927" type="hidden">
                <input name="nr_Nota_55539_1620" id="nr_Nota_55539_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1730" id="ci_AlunoAvaliacao_55539_1730" value="99044271" type="hidden">
                <input name="nr_Nota_55539_1730" id="nr_Nota_55539_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238097&nbsp;MARIA VANESSA CARVALHO MOURA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1238097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238097_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_154" id="ci_AlunoAvaliacao_1238097_154" value="99368595" type="hidden">
                <input name="nr_Nota_1238097_154" id="nr_Nota_1238097_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_160" id="ci_AlunoAvaliacao_1238097_160" value="99804995" type="hidden">
                <input name="nr_Nota_1238097_160" id="nr_Nota_1238097_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_530" id="ci_AlunoAvaliacao_1238097_530" value="99445633" type="hidden">
                <input name="nr_Nota_1238097_530" id="nr_Nota_1238097_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_780" id="ci_AlunoAvaliacao_1238097_780" value="99042642" type="hidden">
                <input name="nr_Nota_1238097_780" id="nr_Nota_1238097_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_800" id="ci_AlunoAvaliacao_1238097_800" value="99931823" type="hidden">
                <input name="nr_Nota_1238097_800" id="nr_Nota_1238097_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_890" id="ci_AlunoAvaliacao_1238097_890" value="99264252" type="hidden">
                <input name="nr_Nota_1238097_890" id="nr_Nota_1238097_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_970" id="ci_AlunoAvaliacao_1238097_970" value="99043419" type="hidden">
                <input name="nr_Nota_1238097_970" id="nr_Nota_1238097_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_3330" id="ci_AlunoAvaliacao_1238097_3330" value="99367792" type="hidden">
                <input name="nr_Nota_1238097_3330" id="nr_Nota_1238097_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1130" id="ci_AlunoAvaliacao_1238097_1130" value="99369247" type="hidden">
                <input name="nr_Nota_1238097_1130" id="nr_Nota_1238097_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1140" id="ci_AlunoAvaliacao_1238097_1140" value="100123440" type="hidden">
                <input name="nr_Nota_1238097_1140" id="nr_Nota_1238097_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1200" id="ci_AlunoAvaliacao_1238097_1200" value="99803989" type="hidden">
                <input name="nr_Nota_1238097_1200" id="nr_Nota_1238097_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1620" id="ci_AlunoAvaliacao_1238097_1620" value="100095928" type="hidden">
                <input name="nr_Nota_1238097_1620" id="nr_Nota_1238097_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1730" id="ci_AlunoAvaliacao_1238097_1730" value="99044272" type="hidden">
                <input name="nr_Nota_1238097_1730" id="nr_Nota_1238097_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197180&nbsp;MARINA LUISE DA SILVA GALDINO
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1197180" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197180_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_154" id="ci_AlunoAvaliacao_1197180_154" value="99368596" type="hidden">
                <input name="nr_Nota_1197180_154" id="nr_Nota_1197180_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_160" id="ci_AlunoAvaliacao_1197180_160" value="99804996" type="hidden">
                <input name="nr_Nota_1197180_160" id="nr_Nota_1197180_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_530" id="ci_AlunoAvaliacao_1197180_530" value="99445636" type="hidden">
                <input name="nr_Nota_1197180_530" id="nr_Nota_1197180_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_780" id="ci_AlunoAvaliacao_1197180_780" value="99042643" type="hidden">
                <input name="nr_Nota_1197180_780" id="nr_Nota_1197180_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_800" id="ci_AlunoAvaliacao_1197180_800" value="99931824" type="hidden">
                <input name="nr_Nota_1197180_800" id="nr_Nota_1197180_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_890" id="ci_AlunoAvaliacao_1197180_890" value="99264253" type="hidden">
                <input name="nr_Nota_1197180_890" id="nr_Nota_1197180_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_970" id="ci_AlunoAvaliacao_1197180_970" value="99043420" type="hidden">
                <input name="nr_Nota_1197180_970" id="nr_Nota_1197180_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_3330" id="ci_AlunoAvaliacao_1197180_3330" value="99367794" type="hidden">
                <input name="nr_Nota_1197180_3330" id="nr_Nota_1197180_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1130" id="ci_AlunoAvaliacao_1197180_1130" value="99369248" type="hidden">
                <input name="nr_Nota_1197180_1130" id="nr_Nota_1197180_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1140" id="ci_AlunoAvaliacao_1197180_1140" value="100123442" type="hidden">
                <input name="nr_Nota_1197180_1140" id="nr_Nota_1197180_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1200" id="ci_AlunoAvaliacao_1197180_1200" value="99803990" type="hidden">
                <input name="nr_Nota_1197180_1200" id="nr_Nota_1197180_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1620" id="ci_AlunoAvaliacao_1197180_1620" value="100095929" type="hidden">
                <input name="nr_Nota_1197180_1620" id="nr_Nota_1197180_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1730" id="ci_AlunoAvaliacao_1197180_1730" value="99044273" type="hidden">
                <input name="nr_Nota_1197180_1730" id="nr_Nota_1197180_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195355&nbsp;MATHEUS SANTOS DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1195355" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195355_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_154" id="ci_AlunoAvaliacao_1195355_154" value="99368597" type="hidden">
                <input name="nr_Nota_1195355_154" id="nr_Nota_1195355_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_160" id="ci_AlunoAvaliacao_1195355_160" value="99804997" type="hidden">
                <input name="nr_Nota_1195355_160" id="nr_Nota_1195355_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_530" id="ci_AlunoAvaliacao_1195355_530" value="99445641" type="hidden">
                <input name="nr_Nota_1195355_530" id="nr_Nota_1195355_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_780" id="ci_AlunoAvaliacao_1195355_780" value="99042644" type="hidden">
                <input name="nr_Nota_1195355_780" id="nr_Nota_1195355_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_800" id="ci_AlunoAvaliacao_1195355_800" value="99931825" type="hidden">
                <input name="nr_Nota_1195355_800" id="nr_Nota_1195355_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_890" id="ci_AlunoAvaliacao_1195355_890" value="99264254" type="hidden">
                <input name="nr_Nota_1195355_890" id="nr_Nota_1195355_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_970" id="ci_AlunoAvaliacao_1195355_970" value="99043421" type="hidden">
                <input name="nr_Nota_1195355_970" id="nr_Nota_1195355_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_3330" id="ci_AlunoAvaliacao_1195355_3330" value="99367796" type="hidden">
                <input name="nr_Nota_1195355_3330" id="nr_Nota_1195355_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1130" id="ci_AlunoAvaliacao_1195355_1130" value="99369249" type="hidden">
                <input name="nr_Nota_1195355_1130" id="nr_Nota_1195355_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1140" id="ci_AlunoAvaliacao_1195355_1140" value="100123443" type="hidden">
                <input name="nr_Nota_1195355_1140" id="nr_Nota_1195355_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1200" id="ci_AlunoAvaliacao_1195355_1200" value="99803991" type="hidden">
                <input name="nr_Nota_1195355_1200" id="nr_Nota_1195355_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1620" id="ci_AlunoAvaliacao_1195355_1620" value="100095930" type="hidden">
                <input name="nr_Nota_1195355_1620" id="nr_Nota_1195355_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1730" id="ci_AlunoAvaliacao_1195355_1730" value="99044274" type="hidden">
                <input name="nr_Nota_1195355_1730" id="nr_Nota_1195355_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1238111&nbsp;PAULA MARQUES DE LIMA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1238111" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238111_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_154" id="ci_AlunoAvaliacao_1238111_154" value="99368598" type="hidden">
                <input name="nr_Nota_1238111_154" id="nr_Nota_1238111_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_160" id="ci_AlunoAvaliacao_1238111_160" value="99804998" type="hidden">
                <input name="nr_Nota_1238111_160" id="nr_Nota_1238111_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_530" id="ci_AlunoAvaliacao_1238111_530" value="99445642" type="hidden">
                <input name="nr_Nota_1238111_530" id="nr_Nota_1238111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_780" id="ci_AlunoAvaliacao_1238111_780" value="99042645" type="hidden">
                <input name="nr_Nota_1238111_780" id="nr_Nota_1238111_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_800" id="ci_AlunoAvaliacao_1238111_800" value="99931826" type="hidden">
                <input name="nr_Nota_1238111_800" id="nr_Nota_1238111_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_890" id="ci_AlunoAvaliacao_1238111_890" value="99264255" type="hidden">
                <input name="nr_Nota_1238111_890" id="nr_Nota_1238111_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_970" id="ci_AlunoAvaliacao_1238111_970" value="99043422" type="hidden">
                <input name="nr_Nota_1238111_970" id="nr_Nota_1238111_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_3330" id="ci_AlunoAvaliacao_1238111_3330" value="99367797" type="hidden">
                <input name="nr_Nota_1238111_3330" id="nr_Nota_1238111_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1130" id="ci_AlunoAvaliacao_1238111_1130" value="99369250" type="hidden">
                <input name="nr_Nota_1238111_1130" id="nr_Nota_1238111_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1140" id="ci_AlunoAvaliacao_1238111_1140" value="100123444" type="hidden">
                <input name="nr_Nota_1238111_1140" id="nr_Nota_1238111_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1200" id="ci_AlunoAvaliacao_1238111_1200" value="99803992" type="hidden">
                <input name="nr_Nota_1238111_1200" id="nr_Nota_1238111_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1620" id="ci_AlunoAvaliacao_1238111_1620" value="100095931" type="hidden">
                <input name="nr_Nota_1238111_1620" id="nr_Nota_1238111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1730" id="ci_AlunoAvaliacao_1238111_1730" value="99044275" type="hidden">
                <input name="nr_Nota_1238111_1730" id="nr_Nota_1238111_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205703&nbsp;PRISCILA FERREIRA DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1205703" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205703_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_154" id="ci_AlunoAvaliacao_1205703_154" value="99368599" type="hidden">
                <input name="nr_Nota_1205703_154" id="nr_Nota_1205703_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_160" id="ci_AlunoAvaliacao_1205703_160" value="99804999" type="hidden">
                <input name="nr_Nota_1205703_160" id="nr_Nota_1205703_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_530" id="ci_AlunoAvaliacao_1205703_530" value="99445644" type="hidden">
                <input name="nr_Nota_1205703_530" id="nr_Nota_1205703_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_780" id="ci_AlunoAvaliacao_1205703_780" value="99042646" type="hidden">
                <input name="nr_Nota_1205703_780" id="nr_Nota_1205703_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_800" id="ci_AlunoAvaliacao_1205703_800" value="99931827" type="hidden">
                <input name="nr_Nota_1205703_800" id="nr_Nota_1205703_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_890" id="ci_AlunoAvaliacao_1205703_890" value="99264256" type="hidden">
                <input name="nr_Nota_1205703_890" id="nr_Nota_1205703_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_970" id="ci_AlunoAvaliacao_1205703_970" value="99043423" type="hidden">
                <input name="nr_Nota_1205703_970" id="nr_Nota_1205703_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_3330" id="ci_AlunoAvaliacao_1205703_3330" value="99367798" type="hidden">
                <input name="nr_Nota_1205703_3330" id="nr_Nota_1205703_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1130" id="ci_AlunoAvaliacao_1205703_1130" value="99369251" type="hidden">
                <input name="nr_Nota_1205703_1130" id="nr_Nota_1205703_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1140" id="ci_AlunoAvaliacao_1205703_1140" value="100123446" type="hidden">
                <input name="nr_Nota_1205703_1140" id="nr_Nota_1205703_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1200" id="ci_AlunoAvaliacao_1205703_1200" value="99803993" type="hidden">
                <input name="nr_Nota_1205703_1200" id="nr_Nota_1205703_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1620" id="ci_AlunoAvaliacao_1205703_1620" value="100095932" type="hidden">
                <input name="nr_Nota_1205703_1620" id="nr_Nota_1205703_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1730" id="ci_AlunoAvaliacao_1205703_1730" value="99044276" type="hidden">
                <input name="nr_Nota_1205703_1730" id="nr_Nota_1205703_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202370&nbsp;RENATO RIBEIRO DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1202370" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202370_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_154" id="ci_AlunoAvaliacao_1202370_154" value="99368600" type="hidden">
                <input name="nr_Nota_1202370_154" id="nr_Nota_1202370_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_160" id="ci_AlunoAvaliacao_1202370_160" value="99805000" type="hidden">
                <input name="nr_Nota_1202370_160" id="nr_Nota_1202370_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_530" id="ci_AlunoAvaliacao_1202370_530" value="99445647" type="hidden">
                <input name="nr_Nota_1202370_530" id="nr_Nota_1202370_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_780" id="ci_AlunoAvaliacao_1202370_780" value="99042647" type="hidden">
                <input name="nr_Nota_1202370_780" id="nr_Nota_1202370_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_800" id="ci_AlunoAvaliacao_1202370_800" value="99931828" type="hidden">
                <input name="nr_Nota_1202370_800" id="nr_Nota_1202370_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_890" id="ci_AlunoAvaliacao_1202370_890" value="99264257" type="hidden">
                <input name="nr_Nota_1202370_890" id="nr_Nota_1202370_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_970" id="ci_AlunoAvaliacao_1202370_970" value="99043424" type="hidden">
                <input name="nr_Nota_1202370_970" id="nr_Nota_1202370_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_3330" id="ci_AlunoAvaliacao_1202370_3330" value="99367800" type="hidden">
                <input name="nr_Nota_1202370_3330" id="nr_Nota_1202370_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1130" id="ci_AlunoAvaliacao_1202370_1130" value="99369252" type="hidden">
                <input name="nr_Nota_1202370_1130" id="nr_Nota_1202370_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1140" id="ci_AlunoAvaliacao_1202370_1140" value="100123448" type="hidden">
                <input name="nr_Nota_1202370_1140" id="nr_Nota_1202370_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1200" id="ci_AlunoAvaliacao_1202370_1200" value="99803994" type="hidden">
                <input name="nr_Nota_1202370_1200" id="nr_Nota_1202370_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1620" id="ci_AlunoAvaliacao_1202370_1620" value="100095933" type="hidden">
                <input name="nr_Nota_1202370_1620" id="nr_Nota_1202370_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1730" id="ci_AlunoAvaliacao_1202370_1730" value="99044277" type="hidden">
                <input name="nr_Nota_1202370_1730" id="nr_Nota_1202370_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;983521&nbsp;SAMARA DE OLIVEIRA SAMPAIO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="983521" type="hidden"></td>
            
            <td id="colunaNotaAluno_983521_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_154" id="ci_AlunoAvaliacao_983521_154" value="99368601" type="hidden">
                <input name="nr_Nota_983521_154" id="nr_Nota_983521_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_160" id="ci_AlunoAvaliacao_983521_160" value="99805001" type="hidden">
                <input name="nr_Nota_983521_160" id="nr_Nota_983521_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_530" id="ci_AlunoAvaliacao_983521_530" value="99445651" type="hidden">
                <input name="nr_Nota_983521_530" id="nr_Nota_983521_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_780" id="ci_AlunoAvaliacao_983521_780" value="99042648" type="hidden">
                <input name="nr_Nota_983521_780" id="nr_Nota_983521_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_800" id="ci_AlunoAvaliacao_983521_800" value="99931829" type="hidden">
                <input name="nr_Nota_983521_800" id="nr_Nota_983521_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_890" id="ci_AlunoAvaliacao_983521_890" value="99264258" type="hidden">
                <input name="nr_Nota_983521_890" id="nr_Nota_983521_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_970" id="ci_AlunoAvaliacao_983521_970" value="99043425" type="hidden">
                <input name="nr_Nota_983521_970" id="nr_Nota_983521_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_3330" id="ci_AlunoAvaliacao_983521_3330" value="99367801" type="hidden">
                <input name="nr_Nota_983521_3330" id="nr_Nota_983521_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1130" id="ci_AlunoAvaliacao_983521_1130" value="99369253" type="hidden">
                <input name="nr_Nota_983521_1130" id="nr_Nota_983521_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1140" id="ci_AlunoAvaliacao_983521_1140" value="100123450" type="hidden">
                <input name="nr_Nota_983521_1140" id="nr_Nota_983521_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1200" id="ci_AlunoAvaliacao_983521_1200" value="99803995" type="hidden">
                <input name="nr_Nota_983521_1200" id="nr_Nota_983521_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1620" id="ci_AlunoAvaliacao_983521_1620" value="100095934" type="hidden">
                <input name="nr_Nota_983521_1620" id="nr_Nota_983521_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1730" id="ci_AlunoAvaliacao_983521_1730" value="99044278" type="hidden">
                <input name="nr_Nota_983521_1730" id="nr_Nota_983521_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197288&nbsp;SAMIA PEREIRA DE SOUZA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1197288" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197288_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_154" id="ci_AlunoAvaliacao_1197288_154" value="99368602" type="hidden">
                <input name="nr_Nota_1197288_154" id="nr_Nota_1197288_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_160" id="ci_AlunoAvaliacao_1197288_160" value="99805002" type="hidden">
                <input name="nr_Nota_1197288_160" id="nr_Nota_1197288_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_530" id="ci_AlunoAvaliacao_1197288_530" value="99445656" type="hidden">
                <input name="nr_Nota_1197288_530" id="nr_Nota_1197288_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_780" id="ci_AlunoAvaliacao_1197288_780" value="99042649" type="hidden">
                <input name="nr_Nota_1197288_780" id="nr_Nota_1197288_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_800" id="ci_AlunoAvaliacao_1197288_800" value="99931830" type="hidden">
                <input name="nr_Nota_1197288_800" id="nr_Nota_1197288_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_890" id="ci_AlunoAvaliacao_1197288_890" value="99264259" type="hidden">
                <input name="nr_Nota_1197288_890" id="nr_Nota_1197288_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_970" id="ci_AlunoAvaliacao_1197288_970" value="99043426" type="hidden">
                <input name="nr_Nota_1197288_970" id="nr_Nota_1197288_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_3330" id="ci_AlunoAvaliacao_1197288_3330" value="99367803" type="hidden">
                <input name="nr_Nota_1197288_3330" id="nr_Nota_1197288_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1130" id="ci_AlunoAvaliacao_1197288_1130" value="99369254" type="hidden">
                <input name="nr_Nota_1197288_1130" id="nr_Nota_1197288_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1140" id="ci_AlunoAvaliacao_1197288_1140" value="100123452" type="hidden">
                <input name="nr_Nota_1197288_1140" id="nr_Nota_1197288_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1200" id="ci_AlunoAvaliacao_1197288_1200" value="99803996" type="hidden">
                <input name="nr_Nota_1197288_1200" id="nr_Nota_1197288_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1620" id="ci_AlunoAvaliacao_1197288_1620" value="100095935" type="hidden">
                <input name="nr_Nota_1197288_1620" id="nr_Nota_1197288_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1730" id="ci_AlunoAvaliacao_1197288_1730" value="99044279" type="hidden">
                <input name="nr_Nota_1197288_1730" id="nr_Nota_1197288_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;640397&nbsp;SARA SOARES GOMES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="640397" type="hidden"></td>
            
            <td id="colunaNotaAluno_640397_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_154" id="ci_AlunoAvaliacao_640397_154" value="99368603" type="hidden">
                <input name="nr_Nota_640397_154" id="nr_Nota_640397_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_160" id="ci_AlunoAvaliacao_640397_160" value="99805003" type="hidden">
                <input name="nr_Nota_640397_160" id="nr_Nota_640397_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_530" id="ci_AlunoAvaliacao_640397_530" value="99445660" type="hidden">
                <input name="nr_Nota_640397_530" id="nr_Nota_640397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_780" id="ci_AlunoAvaliacao_640397_780" value="99042650" type="hidden">
                <input name="nr_Nota_640397_780" id="nr_Nota_640397_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_800" id="ci_AlunoAvaliacao_640397_800" value="99931831" type="hidden">
                <input name="nr_Nota_640397_800" id="nr_Nota_640397_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_890" id="ci_AlunoAvaliacao_640397_890" value="99264260" type="hidden">
                <input name="nr_Nota_640397_890" id="nr_Nota_640397_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_970" id="ci_AlunoAvaliacao_640397_970" value="99043427" type="hidden">
                <input name="nr_Nota_640397_970" id="nr_Nota_640397_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_3330" id="ci_AlunoAvaliacao_640397_3330" value="99367804" type="hidden">
                <input name="nr_Nota_640397_3330" id="nr_Nota_640397_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1130" id="ci_AlunoAvaliacao_640397_1130" value="99369255" type="hidden">
                <input name="nr_Nota_640397_1130" id="nr_Nota_640397_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1140" id="ci_AlunoAvaliacao_640397_1140" value="100123453" type="hidden">
                <input name="nr_Nota_640397_1140" id="nr_Nota_640397_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1200" id="ci_AlunoAvaliacao_640397_1200" value="99803997" type="hidden">
                <input name="nr_Nota_640397_1200" id="nr_Nota_640397_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1620" id="ci_AlunoAvaliacao_640397_1620" value="100095936" type="hidden">
                <input name="nr_Nota_640397_1620" id="nr_Nota_640397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1730" id="ci_AlunoAvaliacao_640397_1730" value="99044280" type="hidden">
                <input name="nr_Nota_640397_1730" id="nr_Nota_640397_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197434&nbsp;THAIS BERNARDINO DE ALMEIDA
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1197434" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197434_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_154" id="ci_AlunoAvaliacao_1197434_154" value="99368604" type="hidden">
                <input name="nr_Nota_1197434_154" id="nr_Nota_1197434_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_160" id="ci_AlunoAvaliacao_1197434_160" value="99805004" type="hidden">
                <input name="nr_Nota_1197434_160" id="nr_Nota_1197434_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_530" id="ci_AlunoAvaliacao_1197434_530" value="99445664" type="hidden">
                <input name="nr_Nota_1197434_530" id="nr_Nota_1197434_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_780" id="ci_AlunoAvaliacao_1197434_780" value="99042651" type="hidden">
                <input name="nr_Nota_1197434_780" id="nr_Nota_1197434_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_800" id="ci_AlunoAvaliacao_1197434_800" value="99931832" type="hidden">
                <input name="nr_Nota_1197434_800" id="nr_Nota_1197434_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_890" id="ci_AlunoAvaliacao_1197434_890" value="99264261" type="hidden">
                <input name="nr_Nota_1197434_890" id="nr_Nota_1197434_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_970" id="ci_AlunoAvaliacao_1197434_970" value="99043428" type="hidden">
                <input name="nr_Nota_1197434_970" id="nr_Nota_1197434_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_3330" id="ci_AlunoAvaliacao_1197434_3330" value="99367806" type="hidden">
                <input name="nr_Nota_1197434_3330" id="nr_Nota_1197434_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1130" id="ci_AlunoAvaliacao_1197434_1130" value="99369256" type="hidden">
                <input name="nr_Nota_1197434_1130" id="nr_Nota_1197434_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1140" id="ci_AlunoAvaliacao_1197434_1140" value="100123455" type="hidden">
                <input name="nr_Nota_1197434_1140" id="nr_Nota_1197434_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1200" id="ci_AlunoAvaliacao_1197434_1200" value="99803998" type="hidden">
                <input name="nr_Nota_1197434_1200" id="nr_Nota_1197434_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1620" id="ci_AlunoAvaliacao_1197434_1620" value="100095937" type="hidden">
                <input name="nr_Nota_1197434_1620" id="nr_Nota_1197434_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1730" id="ci_AlunoAvaliacao_1197434_1730" value="99044281" type="hidden">
                <input name="nr_Nota_1197434_1730" id="nr_Nota_1197434_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902415&nbsp;VERIDIANE VIANA BORGES
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="902415" type="hidden"></td>
            
            <td id="colunaNotaAluno_902415_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_154" id="ci_AlunoAvaliacao_902415_154" value="99368605" type="hidden">
                <input name="nr_Nota_902415_154" id="nr_Nota_902415_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_160" id="ci_AlunoAvaliacao_902415_160" value="99805005" type="hidden">
                <input name="nr_Nota_902415_160" id="nr_Nota_902415_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_530" id="ci_AlunoAvaliacao_902415_530" value="99445667" type="hidden">
                <input name="nr_Nota_902415_530" id="nr_Nota_902415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_780" id="ci_AlunoAvaliacao_902415_780" value="99042652" type="hidden">
                <input name="nr_Nota_902415_780" id="nr_Nota_902415_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_800" id="ci_AlunoAvaliacao_902415_800" value="99931833" type="hidden">
                <input name="nr_Nota_902415_800" id="nr_Nota_902415_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_890" id="ci_AlunoAvaliacao_902415_890" value="99264262" type="hidden">
                <input name="nr_Nota_902415_890" id="nr_Nota_902415_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_970" id="ci_AlunoAvaliacao_902415_970" value="99043429" type="hidden">
                <input name="nr_Nota_902415_970" id="nr_Nota_902415_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_3330" id="ci_AlunoAvaliacao_902415_3330" value="99367809" type="hidden">
                <input name="nr_Nota_902415_3330" id="nr_Nota_902415_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1130" id="ci_AlunoAvaliacao_902415_1130" value="99369257" type="hidden">
                <input name="nr_Nota_902415_1130" id="nr_Nota_902415_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1140" id="ci_AlunoAvaliacao_902415_1140" value="100123456" type="hidden">
                <input name="nr_Nota_902415_1140" id="nr_Nota_902415_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1200" id="ci_AlunoAvaliacao_902415_1200" value="99803999" type="hidden">
                <input name="nr_Nota_902415_1200" id="nr_Nota_902415_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1620" id="ci_AlunoAvaliacao_902415_1620" value="100095938" type="hidden">
                <input name="nr_Nota_902415_1620" id="nr_Nota_902415_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1730" id="ci_AlunoAvaliacao_902415_1730" value="99044282" type="hidden">
                <input name="nr_Nota_902415_1730" id="nr_Nota_902415_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902419&nbsp;VIVIANE VIANA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="902419" type="hidden"></td>
            
            <td id="colunaNotaAluno_902419_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_154" id="ci_AlunoAvaliacao_902419_154" value="99368606" type="hidden">
                <input name="nr_Nota_902419_154" id="nr_Nota_902419_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_160" id="ci_AlunoAvaliacao_902419_160" value="99805006" type="hidden">
                <input name="nr_Nota_902419_160" id="nr_Nota_902419_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_530" id="ci_AlunoAvaliacao_902419_530" value="99445670" type="hidden">
                <input name="nr_Nota_902419_530" id="nr_Nota_902419_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_780" id="ci_AlunoAvaliacao_902419_780" value="99042653" type="hidden">
                <input name="nr_Nota_902419_780" id="nr_Nota_902419_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_800" id="ci_AlunoAvaliacao_902419_800" value="99931834" type="hidden">
                <input name="nr_Nota_902419_800" id="nr_Nota_902419_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_890" id="ci_AlunoAvaliacao_902419_890" value="99264263" type="hidden">
                <input name="nr_Nota_902419_890" id="nr_Nota_902419_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_970" id="ci_AlunoAvaliacao_902419_970" value="99043430" type="hidden">
                <input name="nr_Nota_902419_970" id="nr_Nota_902419_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_3330" id="ci_AlunoAvaliacao_902419_3330" value="99367811" type="hidden">
                <input name="nr_Nota_902419_3330" id="nr_Nota_902419_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1130" id="ci_AlunoAvaliacao_902419_1130" value="99369258" type="hidden">
                <input name="nr_Nota_902419_1130" id="nr_Nota_902419_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1140" id="ci_AlunoAvaliacao_902419_1140" value="100123459" type="hidden">
                <input name="nr_Nota_902419_1140" id="nr_Nota_902419_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1200" id="ci_AlunoAvaliacao_902419_1200" value="99804000" type="hidden">
                <input name="nr_Nota_902419_1200" id="nr_Nota_902419_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1620" id="ci_AlunoAvaliacao_902419_1620" value="100095939" type="hidden">
                <input name="nr_Nota_902419_1620" id="nr_Nota_902419_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1730" id="ci_AlunoAvaliacao_902419_1730" value="99044283" type="hidden">
                <input name="nr_Nota_902419_1730" id="nr_Nota_902419_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167685&nbsp;WILLIAM SILVA BRAGA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1167685" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167685_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_154" id="ci_AlunoAvaliacao_1167685_154" value="96806596" type="hidden">
                <input name="nr_Nota_1167685_154" id="nr_Nota_1167685_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_160" id="ci_AlunoAvaliacao_1167685_160" value="96806597" type="hidden">
                <input name="nr_Nota_1167685_160" id="nr_Nota_1167685_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_530" id="ci_AlunoAvaliacao_1167685_530" value="96806598" type="hidden">
                <input name="nr_Nota_1167685_530" id="nr_Nota_1167685_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_780" id="ci_AlunoAvaliacao_1167685_780" value="96806599" type="hidden">
                <input name="nr_Nota_1167685_780" id="nr_Nota_1167685_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_800" id="ci_AlunoAvaliacao_1167685_800" value="96806600" type="hidden">
                <input name="nr_Nota_1167685_800" id="nr_Nota_1167685_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_890" id="ci_AlunoAvaliacao_1167685_890" value="96806601" type="hidden">
                <input name="nr_Nota_1167685_890" id="nr_Nota_1167685_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_970" id="ci_AlunoAvaliacao_1167685_970" value="96806602" type="hidden">
                <input name="nr_Nota_1167685_970" id="nr_Nota_1167685_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_3330" id="ci_AlunoAvaliacao_1167685_3330" value="96806603" type="hidden">
                <input name="nr_Nota_1167685_3330" id="nr_Nota_1167685_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1130" id="ci_AlunoAvaliacao_1167685_1130" value="96806604" type="hidden">
                <input name="nr_Nota_1167685_1130" id="nr_Nota_1167685_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1140" id="ci_AlunoAvaliacao_1167685_1140" value="96806605" type="hidden">
                <input name="nr_Nota_1167685_1140" id="nr_Nota_1167685_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1200" id="ci_AlunoAvaliacao_1167685_1200" value="96806606" type="hidden">
                <input name="nr_Nota_1167685_1200" id="nr_Nota_1167685_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1620" id="ci_AlunoAvaliacao_1167685_1620" value="96806608" type="hidden">
                <input name="nr_Nota_1167685_1620" id="nr_Nota_1167685_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1730" id="ci_AlunoAvaliacao_1167685_1730" value="96806609" type="hidden">
                <input name="nr_Nota_1167685_1730" id="nr_Nota_1167685_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 358px; left: 862px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">DARLYANE NOGUEIRA DO NASCIMENTO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>